home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_201 / draco / drinc / intuition / image.g < prev    next >
Text File  |  1992-05-06  |  260b  |  15 lines

  1. type
  2. „Image_t=struct{
  3. ˆinti_LeftEdge,i_TopEdge;
  4. ˆuinti_Width,i_Height;
  5. ˆuinti_Depth;
  6. ˆ*uinti_ImageData;
  7. ˆ
  8. ˆushorti_PlanePick,i_PlaneOnOff;
  9. ˆ
  10. ˆ*Image_ti_NextImage;
  11. „};
  12.  
  13. extern
  14. „DrawImage(*RastPort_trp;*Image_ti;ulongleftOffset,topOffset)void;
  15.